home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Open New Window.sd < prev    next >
INI File  |  2004-06-28  |  827b  |  79 lines

  1. [SUBJECT]
  2. Description=Displays a new browser window
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7.  
  8.  
  9. [BODY_TEXT]
  10. ;<script language="JavaScript">
  11. ;<!--
  12. ;  window.open("`file_name`","`title`","toolbar=`toolbar`,location=`location`,directories=`directories`,menuBar=`menubar`,scrollbars=`scrollbars`,resizable=`resizable`,width=`width`,height=`height`,left=`left`,top=`top`");
  13. ;//-->
  14. ;</script>
  15. ;
  16.  
  17.  
  18. [`file_name`]
  19. Kind=S
  20. Value=noname.html
  21.  
  22.  
  23.  
  24. [`title`]
  25. Kind=S
  26. Value=title
  27.  
  28.  
  29. [`toolbar`]
  30. Kind=N
  31. Value=0
  32.  
  33.  
  34. [`location`]
  35. Kind=N
  36. Value=0
  37.  
  38.  
  39. [`directories`]
  40. Kind=N
  41. Value=0
  42.  
  43.  
  44. [`menubar`]
  45. Kind=N
  46. Value=0
  47.  
  48.  
  49. [`scrollbars`]
  50. Kind=N
  51. Value=0
  52.  
  53.  
  54. [`resizable`]
  55. Kind=N
  56. Value=0
  57.  
  58.  
  59. [`width`]
  60. Kind=N
  61. Value=320
  62.  
  63.  
  64. [`height`]
  65. Kind=N
  66. Value=120
  67.  
  68.  
  69. [`left`]
  70. Kind=N
  71. Value=100
  72.  
  73.  
  74. [`top`]
  75. Kind=N
  76. Value=100
  77.  
  78.  
  79.